home *** CD-ROM | disk | FTP | other *** search
/ Flybox Trout (Edition 1) / Flybox Trout (Edition 1).iso / Setup / FlyBox.cab / Flybox.mdb / Registration.json < prev   
Encoding:
JavaScript Object Notation  |  2002-04-15  |  413 b 

  1. {
  2.     "schema": {
  3.         "UserID": "Long Integer",
  4.         "FirstName": "Text (50)",
  5.         "Surname": "Text (50)",
  6.         "EMail": "Text (150)",
  7.         "Password": "Text (50)",
  8.         "Address": "Text (255)",
  9.         "AffiliationID": "Text (50)",
  10.         "AffiliationPassword": "Text (50)",
  11.         "ReceiveInfo": "Boolean NOT NULL",
  12.         "Trusted": "Boolean NOT NULL",
  13.         "StartFrom": "Long Integer",
  14.         "StoreCookie": "Boolean NOT NULL"
  15.     },
  16.     "data": [
  17.         {
  18.             "UserID": 0,
  19.             "ReceiveInfo": 1,
  20.             "Trusted": 1,
  21.             "StartFrom": 0,
  22.             "StoreCookie": 0
  23.         }
  24.     ]
  25. }